MediaCreationNGetCommand Constructor(INGetClientSessionProxy,long[])

Summary

Initializes a new instance of the MediaCreationNGetCommand class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal session As INGetClientSessionProxy, _ 
   ByVal attributes() As Long _ 
) 
public: 
MediaCreationNGetCommand(  
   INGetClientSessionProxy^ session, 
   array<int64>^ attributes 
) 

Parameters

session
The client session proxy which handles the DICOM N-GET messages.

attributes
List of DICOM tag attributes to get during the DICOM N-GET request.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly